home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-0195.lzh / AMOSLIST / text0007.txt < prev    next >
Encoding:
Text File  |  1995-02-01  |  682 b   |  23 lines

  1.  
  2.  
  3. On Sat, 31 Dec 1994, John McNab wrote:
  4.  
  5. > Thanks for posting that quick list of bugs, I was wondering why division 
  6. > only worked properly sometimes. (Really played hell with the hydraulics 
  7. > calculation program I was trying to write, so I gave up and am writing it 
  8. > in HS Pascal instead). 
  9.  
  10. Why don't you do what I have done for my Clay Pigeon Simulator (where I 
  11. have discovered the erratic divisions visually) by SGNing all the 
  12. variables that are going to be used for division beforehand. I presume 
  13. that you are using vectors in your hydraulics prog and SGNing also 
  14. enables you to maintain vector direction info after squaring and rooting 
  15. etc.
  16.  
  17. All the best
  18.  
  19. Richard
  20.  
  21.  
  22.  
  23.